home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE09
/
TWAVE
/
PROJECT2.DPR
< prev
next >
Wrap
Text File
|
1996-03-28
|
161b
|
13 lines
program Project2;
uses
Forms,
Unit2 in 'UNIT2.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.